executable statement meaning in English
可执行叙述
可执行语句 一个语句在被编译后会转换成目标代码,当程序运行是会被执行,并且可能对程序数据产生动作。
可执行语言
执行语句
Examples
- Statement is not itself an executable statement
语句本身不是一条可执行语句。 - Labels can be used only on executable statements inside methods
标签只能用于方法内的可执行语句中。 - Documents the declaration and executable statements available in visual basic
说明visual basic中可用的声明和可执行语句。 - All executable statements in visual basic must be within some procedure
Visual basic中的所有可执行语句均必须位于某个过程内。 - Elements are executable statements , which constitute the run - time code of your program
过程级元素的大多数内容都是可执行语句,它们组成了程序的运行时代码。